home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / raversfilters / filesize reducer < prev    next >
Text File  |  1999-06-15  |  756b  |  33 lines

  1. Category: VideoRave
  2. Title: Filesize Reducer
  3. Copyright: Copyright 1998 by Werner D. Streidt and harry@visca.com
  4. Author: Werner D.Streidt, Harry the Raver
  5. Filename: FReducer.8bf
  6.  
  7. R:put(ctl(0)>127?1:0,0),put(ctl(1)>127?2:0,1),put(ctl(2)>127?4:0,2),put(ctl(3)>127?8:0,3),put(ctl(4)>127?16:0,4),put(ctl(5)>127?32:0,5),put(ctl(6)>127?64:0,6),put(ctl(7)>127?128:0,7),put(255-get(0)-get(1)-get(2)-get(3)-get(4)-get(5)-get(6)-get(7),8),c&get(8)
  8.  
  9. G:c&get(8)
  10.  
  11. B:c&get(8)
  12.  
  13. A:a
  14.  
  15. ctl[0]: Bit 8 on/off
  16. ctl[1]: Bit 7 on/off
  17. ctl[2]: Bit 6 on/off
  18. ctl[3]: Bit 5 on/off
  19. ctl[4]: Bit 4 on/off
  20. ctl[5]: Bit 3 on/off
  21. ctl[6]: Bit 2 on/off
  22. ctl[7]: Bit 1 on/off
  23.  
  24. val[0]: 255
  25. val[1]: 255
  26. val[2]: 255
  27. val[3]: 255
  28. val[4]: 0
  29. val[5]: 0
  30. val[6]: 0
  31. val[7]: 0
  32.  
  33.